Do it yourself

Md Zulquar Nain

AMU

February 11, 2025

Look Back!🏃

  • create a project folder

  • Save it by the name SI

  • Create a script file

  • Save and keep the name as your roll number

  • Write your name in the script file

Look Back!🔂

  • Compute \(\sqrt{(4+12)}/\sqrt{(2+2)}\)

  • Create a vector named y which must contain 6 elements

  • Create a vector using three different methods

  • Create a vector in descending order from 10 to 1 in steps of 0.5 and add an element to the vector.

  • Find the length, maximum and minimum of the vector

Look Back!🔂

  • Create a vector of heights of five people sitting around you.

  • Change the value of the first and last elements of the above vector.

  • Find the sum and product of first 20 natural numbers

  • Create a matrix of two columns and two row using cbind rbind

  • Generate a third column by adding the first TWO columns

Lets Move !⬆️

  • Create a character vector

  • Create a vector of categorical data

  • Import a csv and excel files with 5 columns and 10 rows

  • Import a .txt file, consisting the details about the data in first five rows

THANKS